onError method Null safety
- {required HMSError error}
when an error is caught onError will be called
- Parameters:
- error: error which you get.
Implementation
void onError({required HMSError error});
when an error is caught onError will be called
void onError({required HMSError error});