detachBridge method

void detachBridge()

Detach the native bridge (e.g. when the player is disposed).

Implementation

void detachBridge() {
  _nativeBridge = null;
}