Future<NIMResult<void>> updateApnsTokenWithCustomKey( Uint8List token, String key) async { return _platform.updateApnsTokenWithCustomKey(token, key); }