detachBridge method
void
detachBridge()
Detach the native bridge (e.g. when the player is disposed).
Implementation
void detachBridge() {
_nativeBridge = null;
}
Detach the native bridge (e.g. when the player is disposed).
void detachBridge() {
_nativeBridge = null;
}