static Future<String?> getToken() async { try { return await FirebaseMessaging.instance.getToken(); } catch (e) { return null; } }