getSubscriptionAttributes method

Future<Map> getSubscriptionAttributes()

Implementation

Future<Map<dynamic, dynamic>> getSubscriptionAttributes() async {
  return await _channel.invokeMethod("CleverPush#getSubscriptionAttributes");
}