startBrowsing method

Future<bool> startBrowsing()

Implementation

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