create static method

Future<V2TXLivePusher> create(
  1. V2TXLiveMode liveMode
)

Create an instance

Implementation

static Future<V2TXLivePusher> create(V2TXLiveMode liveMode) async {
  return V2TXLivePusherImpl.create(liveMode);
}