@override Future<bool?> setGray(int level) async { final start = await methodChannel.invokeMethod<bool>('setGray', {"level": level}); return start; }