hideBrowserUrl method

Future<void> hideBrowserUrl()

Android only. Hide the website url in the internal browser only. The url is visible by default.

Implementation

Future<void> hideBrowserUrl() async {
  _mapValue = await _channel.invokeMethod('hideBrowserUrl');
}