Skip to content

Commit f61248e

Browse files
committed
Todo's removed
1 parent 9555c5b commit f61248e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/src/main/kotlin/id/passage/passage_flutter/PassageFlutterPlugin.kt

-3
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,12 @@ class PassageFlutterPlugin: FlutterPlugin, MethodCallHandler, ActivityAware {
8989
}
9090

9191
override fun onDetachedFromActivityForConfigChanges() {
92-
TODO("Not yet implemented")
9392
}
9493

9594
override fun onReattachedToActivityForConfigChanges(binding: ActivityPluginBinding) {
96-
TODO("Not yet implemented")
9795
}
9896

9997
override fun onDetachedFromActivity() {
100-
TODO("Not yet implemented")
10198
}
10299

103100
}

0 commit comments

Comments
 (0)