@override Future<void> updateRoute(String route) async { await methodChannel.invokeMethod<void>('updateRoute', {'route': route}); return; }