stopBrowsing method

Future<bool> stopBrowsing()

Implementation

Future<bool> stopBrowsing() {
  throw UnimplementedError('stopBrowsing() has not been implemented.');
}