getPushData static method

Future<Map<String, dynamic>?> getPushData()

Gets the push metadata for the client

Implementation

static Future<Map<String, dynamic>?> getPushData() async {
  return await PreferencesStorage.getMetaData();
}