checkNotificationPermission method

Future<String> checkNotificationPermission()

Implementation

Future<String> checkNotificationPermission() async {
  return checkNotificationPermissionWeb();
}