setFcmRegId static method
Implementation
static setFcmRegId(String value) async {
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setString("FCM_REG_ID", value);
}
static setFcmRegId(String value) async {
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setString("FCM_REG_ID", value);
}