create abstract method

Future<Map<String, Object?>> create({
  1. required Stream<List<int>> image,
  2. required PhotoCreateMeta meta,
  3. String? authorization,
  4. String? contentType,
})

Implementation

Future<Map<String, Object?>> create({
  required Stream<List<int>> image,
  required PhotoCreateMeta meta,
  String? authorization,
  String? contentType,
});