停止录像
Future<bool> stopRecording() async { try { return await _channel.invokeMethod('stopRecording'); } catch (e) { print('Error stopping recording: $e'); return false; } }