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