开始录像
Future<bool> startRecording() async { try { return await _channel.invokeMethod('startRecording'); } catch (e) { print('Error starting recording: $e'); return false; } }