unregister static method

void unregister()

Implementation

static void unregister() {
  _listener = null;
  _channel.setMethodCallHandler(null);
}