menu
smartech_flutter_plugin package
documentation
smartech_plugin.dart
SmartechPlugin
openUrl method
openUrl method
dark_mode
light_mode
openUrl
method
Future
<
void
>
openUrl
(
String
url
)
Implementation
Future<void> openUrl(String url) async { await _channel.invokeMethod('openUrl', url); }
smartech_flutter_plugin package
documentation
smartech_plugin
SmartechPlugin
openUrl method
SmartechPlugin class