Future<NIMResult<void>> updatePushKitToken(Uint8List token) async { return _platform.updatePushKitToken(token); }