menu
posthog_flutter package
documentation
posthog_flutter_web.dart
PosthogFlutterWeb
handleMethodCall method
handleMethodCall method
dark_mode
light_mode
handleMethodCall
method
Future
handleMethodCall
(
MethodCall
call
)
Implementation
Future<dynamic> handleMethodCall(MethodCall call) => handleWebMethodCall(call, context);
posthog_flutter package
documentation
posthog_flutter_web
PosthogFlutterWeb
handleMethodCall method
PosthogFlutterWeb class