Compare commits

..

1 Commits

Author SHA1 Message Date
Ian VanSchooten 92fd38b43d
Merge 9e403b8710 into 1ecd008824 2024-10-29 13:32:47 -04:00
1 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,8 @@ class MainActivity: FlutterActivity() {
//TODO: Initializing in the constructor leads to a context lacking info we need, figure out the right way to do this
sites = Sites(flutterEngine)
GeneratedPluginRegistrant.registerWith(flutterEngine)
ui = MethodChannel(flutterEngine.dartExecutor.binaryMessenger, CHANNEL)
ui!!.setMethodCallHandler { call, result ->
when(call.method) {