openWebView method

Future<void> openWebView(
  1. String url
)

Implementation

Future<void> openWebView(String url) async {
  await FlutterToastPlatform.instance.openWebView(url);
}