stopRecord method

Future<Result<bool>> stopRecord()

Implementation

Future<Result<bool>> stopRecord() async {
  return await _sdk.stopRecord();
}