We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i got this error, when try to use method openApp().
/flutter (14668): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method openApp on channel launch_vpn) E/flutter (14668): #0 MethodChannel._invokeMethod platform_channel.dart:308 E/flutter (14668): E/flutter (14668): #1 LaunchApp.openApp external_app_launcher.dart:46 E/flutter (14668): E/flutter (14668): #2 _HomePageState.mainMenu2. homepage.dart:251 E/flutter (14668): E/flutter (14668):
what should i do?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i got this error, when try to use method openApp().
/flutter (14668): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method openApp on channel launch_vpn)
E/flutter (14668): #0 MethodChannel._invokeMethod
platform_channel.dart:308
E/flutter (14668):
E/flutter (14668): #1 LaunchApp.openApp
external_app_launcher.dart:46
E/flutter (14668):
E/flutter (14668): #2 _HomePageState.mainMenu2.
homepage.dart:251
E/flutter (14668):
E/flutter (14668):
what should i do?
The text was updated successfully, but these errors were encountered: