getPushTemplate method Null safety
Get push template
Implementation
Future<String> getPushTemplate() async {
  return _int.api.send<String>(UserPushTemplateGetRequest());
}Get push template
Future<String> getPushTemplate() async {
  return _int.api.send<String>(UserPushTemplateGetRequest());
}