onSuccess abstract method

void onSuccess({
  1. required HMSActionResultListenerMethod methodType,
  2. Map<String, dynamic>? arguments,
})

Implementation

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