getPushTemplate static method

Future<String> getPushTemplate()

Gets push template option for the current User. For details of push template option, refer to setPushTemplate. This can be used, for instance, when you need to check the push notification content preview is on or off at the moment.

Implementation

static Future<String> getPushTemplate() async {
  sbLog.i(StackTrace.current);
  return await _instance._chat.getPushTemplate();
}