@override Future<String?> compressToJPEG() async { String? result = await methodChannel.invokeMethod<String>('compressToJPEG'); return result; }