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