start method
Implementation
Future<bool> start(
String url,
bool isGlobalMode, {
Map<String, dynamic> parameters = const {},
}) async {
throw UnimplementedError('start() has not been implemented.');
}
Future<bool> start(
String url,
bool isGlobalMode, {
Map<String, dynamic> parameters = const {},
}) async {
throw UnimplementedError('start() has not been implemented.');
}