newPlayerInstance function

  1. @JS('newPlayerInstance')
FlutterSoundPlayer newPlayerInstance(
  1. FlutterSoundPlayerCallback theCallBack,
  2. List<Function> callbackTable
)

Implementation

@JS('newPlayerInstance')
external FlutterSoundPlayer newPlayerInstance(FlutterSoundPlayerCallback theCallBack, List<Function> callbackTable);