removeCustomReplacements static method
Remove custom replacements for push notifications
Implementation
static Future<void> removeCustomReplacements() async {
await MPush.removeCustomReplacements();
}
Remove custom replacements for push notifications
static Future<void> removeCustomReplacements() async {
await MPush.removeCustomReplacements();
}