snapshotCustomLiveVideo method
Implementation
Future<void> snapshotCustomLiveVideo() async {
getEventBus().fire(MainEvent(type: EventTypeEnum.snapshotcustomLiveVideo));
}
Future<void> snapshotCustomLiveVideo() async {
getEventBus().fire(MainEvent(type: EventTypeEnum.snapshotcustomLiveVideo));
}