stopRecordVideo method

Future<Uint8List> stopRecordVideo()

Implementation

Future<Uint8List> stopRecordVideo() async {
  return await _channel.invokeMethod('stopRecordVideo');
}