获取id,首次访问时自动从本地存储加载
static Future<String?> get id async { await _ensureInitialized(); return _remoteId; }