diff --git a/android/src/main/kotlin/com/deepwall/deepwall_flutter_plugin/DeepwallFlutterPlugin.kt b/android/src/main/kotlin/com/deepwall/deepwall_flutter_plugin/DeepwallFlutterPlugin.kt index 8e3172d..8aea265 100644 --- a/android/src/main/kotlin/com/deepwall/deepwall_flutter_plugin/DeepwallFlutterPlugin.kt +++ b/android/src/main/kotlin/com/deepwall/deepwall_flutter_plugin/DeepwallFlutterPlugin.kt @@ -404,11 +404,11 @@ class DeepwallFlutterPlugin(): 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) { @@ -416,6 +416,6 @@ class DeepwallFlutterPlugin(): FlutterPlugin, MethodCallHandler, ActivityAware { } override fun onDetachedFromActivityForConfigChanges() { - TODO("Not yet implemented") + // TODO("Not yet implemented") } }