Commit 332445d0 by Sebastian Roth

Fix the missing handler activation

parent 2c13702f
...@@ -98,6 +98,8 @@ public final class PermissionHandlerPlugin implements FlutterPlugin, ActivityAwa ...@@ -98,6 +98,8 @@ public final class PermissionHandlerPlugin implements FlutterPlugin, ActivityAwa
new PermissionManager(), new PermissionManager(),
new ServiceManager() new ServiceManager()
); );
methodChannel.setMethodCallHandler(methodCallHandler);
} }
private void stopListening() { private void stopListening() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment