@override Future<String?> flip(Uint8List imageData, String axis) => send(ImageService.methodFlip, args: [imageData,axis]);