create static method
Create an instance
Implementation
static Future<V2TXLivePusher> create(V2TXLiveMode liveMode) async {
return V2TXLivePusherImpl.create(liveMode);
}
Create an instance
static Future<V2TXLivePusher> create(V2TXLiveMode liveMode) async {
return V2TXLivePusherImpl.create(liveMode);
}