startRecording static method

  1. @SL_COMPATIBILITY_NAME("name=startRecording;type=func")
Future<void> startRecording()

Implementation

@SL_COMPATIBILITY_NAME("name=startRecording;type=func")
static Future<void> startRecording() async{
  await _channel. invokeMethod('startRecording');
}