@override Future setDoubleHigh(bool isTrue) async { return await methodChannel.invokeMethod('setDoubleHigh', { "isTrue": isTrue, }); }