OnSnapshot typedef
OnSnapshot =
void Function(bool saveResult, String savePath, {AlivcLiveSnapshotDirType? dirTypeForIOS})
Implementation
typedef OnSnapshot = void Function(
bool saveResult,
String savePath, {
AlivcLiveSnapshotDirType? dirTypeForIOS,
});