onRemoteUserLeft abstract method

void onRemoteUserLeft(
  1. int dropped, {
  2. bool toast = true,
})

0-直接挂断

Implementation

void onRemoteUserLeft(int dropped, {bool toast = true});