@override Future<String?> flip(Uint8List imageData, String axis) => execute((w) => w.flip(imageData, axis));