onHMSError abstract method

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

when an error is caught onError will be called

  • Parameters:
    • error: error which you get.

Implementation

void onHMSError({required HMSException error});