captureFrame method

Future<ByteBuffer> captureFrame()

Implementation

Future<ByteBuffer> captureFrame() {
  throw UnimplementedError();
}