onSnapshotComplete method

  1. @override
void onSnapshotComplete(
  1. Uint8List? imageBytes
)
override

Implementation

@override
void onSnapshotComplete(Uint8List? imageBytes) {
  liveListener?.snapshotCompleteCallback?.call(imageBytes);
}