resumeRecord method
Resumes the record output.
- Complexity Rating: 1/5
- Latest Supported RPC Version: 1
- Added in v5.0.0
Implementation
Future<void> resumeRecord() async => await resume();
Resumes the record output.
Future<void> resumeRecord() async => await resume();