constructor
instanciation
Dart API: constructorarrow-up-right
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.
flutterSoundHelper
Example:
Dart
Javascript
Duration t = await flutterSoundHelper.duration(aPathFile);
Lorem ipsum ...
</div>
Last updated 5 years ago
Was this helpful?