updateAPNSToken method Null safety
更新iOS deviceToken
Implementation
Future<NIMResult<void>> updateAPNSToken(Uint8List token, String? customContentKey) async{
return _platform.updateAPNSTokenIOS(token, customContentKey);
}
更新iOS deviceToken
Future<NIMResult<void>> updateAPNSToken(Uint8List token, String? customContentKey) async{
return _platform.updateAPNSTokenIOS(token, customContentKey);
}