@override Future<void> setGray(int gray) async { return await methodChannel.invokeMethod('setGray', gray); }