Flutter Sound Helpers API

constructor

Module instanciation

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:

Dart

Javascript


        Duration t = await flutterSoundHelper.duration(aPathFile);

        Lorem ipsum ...

</div>

Last updated

Was this helpful?