notifyListener method

void notifyListener(
  1. MethodCall call
)

Implementation

void notifyListener(MethodCall call) {
  print('override notifyListener method');
}