onException abstract method

void onException({
  1. required HMSActionResultListenerMethod methodType,
  2. Map<String, dynamic>? arguments,
  3. required HMSException hmsException,
})

Implementation

void onException(
    {required HMSActionResultListenerMethod methodType,
    Map<String, dynamic>? arguments,
    required HMSException hmsException});