getCustomReplacements static method

Future<Map<String, String>?> getCustomReplacements()

Remove custom replacements for push notifications

Implementation

static Future<Map<String, String>?> getCustomReplacements() =>
    MPush.getCustomReplacements();