@override Future<Void?> setDark(int value) async{ await methodChannel.invokeMethod<String>('setDark',{"value":value}); }