fetchPushConfigsFromServer method
~english Gets the push configurations from the server. ~end
~chinese 从服务器获取推送设置信息。 ~end
Implementation
Future<EMPushConfigs> fetchPushConfigsFromServer() async {
throw UnimplementedError("not implemented");
}
~english Gets the push configurations from the server. ~end
~chinese 从服务器获取推送设置信息。 ~end
Future<EMPushConfigs> fetchPushConfigsFromServer() async {
throw UnimplementedError("not implemented");
}