removeMethodCallHandler method

void removeMethodCallHandler()

Implementation

void removeMethodCallHandler() {
  _methodChannel.setMethodCallHandler(null);
}