static Future<void> login(Map<String, dynamic> userData) async { await set('user_id', userData['id']); await set('user_data', userData); }