newPlayerInstance function
- @JS('newPlayerInstance')
- JSBoxedDartObject flutterSoundPlayerCallback,
- JSArray<
JSExportedDartFunction> callbackTable
Implementation
@JS('newPlayerInstance')
external FlutterSoundPlayer newPlayerInstance(
JSBoxedDartObject flutterSoundPlayerCallback,
JSArray<JSExportedDartFunction> callbackTable,
);