registerRefreshTokenCallback method
Registers a callback for token refresh requests.
This method should be implemented to set up the necessary listeners for token refresh requests on the native platform.
Implementation
Future<void> registerRefreshTokenCallback() {
throw UnimplementedError(
'registerRefreshTokenCallback() has not been implemented.');
}