authenticate abstract method

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

Implementation

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