removeCustomReplacements static method

Future<void> removeCustomReplacements()

Remove custom replacements for push notifications

Implementation

static Future<void> removeCustomReplacements() async {
  await MPush.removeCustomReplacements();
}