setupAndStartRecording static method

  1. @SL_COMPATIBILITY_NAME("name=setupAndStartRecording;type=func;params=setupOptions{SetupOptions}")
Future<void> setupAndStartRecording(
  1. SetupOptions options
)

Implementation

@SL_COMPATIBILITY_NAME("name=setupAndStartRecording;type=func;params=setupOptions{SetupOptions}")
static Future<void> setupAndStartRecording(SetupOptions options) async{
  await _channel. invokeMethod('setupAndStartRecordingBridge',{"options": jsonEncode(options.toJson())});
}