WasmBridgeImpl constructor

WasmBridgeImpl()

Implementation

factory WasmBridgeImpl() {
  return _instance ??= WasmBridgeImpl._internal();
}