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