@override Future<String> setPower({required int power}) async { return await methodChannel.invokeMethod('setOutputPower', {"power": power}); }