@override Future<dynamic> convertImageToGrayscale(Uint8List? value) async => methodChannel.invokeMethod('convertimage', { 'path': List<int>.from(value!), });