refreshToken abstract method

Future<Map<String, Object?>?> refreshToken({
  1. required String authorization,
})

Implementation

Future<Map<String, Object?>?> refreshToken({required String authorization});