constructor
Flutter Sound Helpers API
Module 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 ...