startRecord static method

dynamic startRecord()

Implementation

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