getCustomReplacements static method

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

Obtain current saved custom replacements If there are no maps saved it will return null

Implementation

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