snapshotCustomLiveVideo method

Future<void> snapshotCustomLiveVideo()

Implementation

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