update abstract method

Future<Map<String, Object?>> update({
  1. required UpdateOneBody body,
  2. String? authorization,
})

Implementation

Future<Map<String, Object?>> update({
  required UpdateOneBody body,
  String? authorization,
});