showCustomTones method

dynamic showCustomTones()

Implementation

showCustomTones() {
  // var uri = SessionManagement.getNotificationUri();
  /*Mirrorfly.showCustomTones().then((value) {
    if (value != null) {
      debugPrint("Custom tone set --> $value");
      // Mirrorfly.setNotificationUri(value);
      SessionManagement.setNotificationUri(value)
          .then((value) => getRingtoneName());
    }
  });*/
}