@override Future<int?> getNavigationMode() async { final int? mode = await methodChannel.invokeMethod<int>('getNavigationMode'); return mode; }