refreshAuthentication method

Future<void> refreshAuthentication({
  1. required String jwtToken,
  2. String? accessToken,
})

Implementation

Future<void> refreshAuthentication(
    {required String jwtToken, String? accessToken}) async {
  throw UnimplementedError(
      'refreshAuthentication() has not been implemented.');
}