onHMSError abstract method

void onHMSError({
  1. required HMSException error,
})

This will be called when there is an error in the system

and SDK has already retried to fix the error

  • Parameter error: the error that occurred

Implementation

void onHMSError({required HMSException error});