takeSnapshot method

Future<Uint8List> takeSnapshot(
  1. int viewId
)

Returns binary data for a snapshot of the media at the current frame.

Implementation

Future<Uint8List> takeSnapshot(int viewId) {
  throw _unimplemented('takeSnapshot');
}