play static method

Future<void> play()

Implementation

static Future<void> play() {
  return NativeShutterSoundPlatform.instance.play();
}