notifySessionError method
Implementation
void notifySessionError(SBError error) {
logger.i('Notifying session error $error');
_sessionHandler?.onSessionError(error);
}
void notifySessionError(SBError error) {
logger.i('Notifying session error $error');
_sessionHandler?.onSessionError(error);
}