stopRecord static method

dynamic stopRecord()

Implementation

static stopRecord() async {
  await _channel.invokeMethod("stopRecord");
}