@override Future<void> stopVideoCapture() async { try { await methodChannel.invokeMethod<String>("stopVideoCapture"); } catch (e) { throw Exception("$e [Stop Video Capture]"); } }