stop static method

void stop()

Implementation

static void stop() {
  FlutterRingtonePlayer player = FlutterRingtonePlayer();
  player.stop();
}