FlutterSoundHelper constructor Null safety

FlutterSoundHelper()

The factory which returns the Singleton

Implementation

factory FlutterSoundHelper() {
  return flutterSoundHelper;
}