@override Future<void> start(String url, String? jwt) async { await _method.invokeMethod('start', {'url': url, 'jwt': jwt}); }