looping property

  1. @override
PlatformSoundLooping get looping
override

Implementation

@override
PlatformSoundLooping get looping => (false, 0);
  1. @override
set looping (PlatformSoundLooping value)
override

Implementation

@override
set looping(PlatformSoundLooping value) {}