adminAuthenticate abstract method

Future<Map<String, Object?>?> adminAuthenticate({
  1. required AdminAuthBody body,
})

Implementation

Future<Map<String, Object?>?> adminAuthenticate({
  required AdminAuthBody body,
});