Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ class VerloopFlutterSdkPlugin : FlutterPlugin, MethodCallHandler, ActivityAware
}

override fun onDetachedFromActivity() {
TODO("Not yet implemented")
//TODO("Not yet implemented")
}

override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
TODO("Not yet implemented")
//TODO("Not yet implemented")
}

override fun onAttachedToActivity(binding: ActivityPluginBinding) {
activity = binding.activity;
}

override fun onDetachedFromActivityForConfigChanges() {
TODO("Not yet implemented")
//TODO("Not yet implemented")
}

override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) {
Expand Down