Flutter Sound Helpers API
constructor
Module instanciation
instanciation
Dart API: constructor
You do not need to instanciate the Flutter Sound Helper module. To use this module, you can just use the singleton offers by the module : flutterSoundHelper
.
Example:
Duration t = await flutterSoundHelper.duration(aPathFile);
Lorem ipsum ...
</div>
Last updated
Was this helpful?