newRecorderInstance function

  1. @JS('newRecorderInstance')
FlutterSoundRecorder newRecorderInstance(
  1. JSBoxedDartObject callBack,
  2. JSArray<JSExportedDartFunction> callbackTable
)

Implementation

@JS('newRecorderInstance')
external FlutterSoundRecorder newRecorderInstance(
  JSBoxedDartObject callBack,
  JSArray<JSExportedDartFunction> callbackTable,
);