finish static method
finish writing the video file
Implementation
static Future<void> finish() async {
try {
await _invokeMethod('finish');
} finally {
width = 0;
height = 0;
fps = 0;
audioChannels = 0;
sampleRate = 0;
}
}