static Future<String?> getSessionId() async { final result = await _bridge.invoke('getSessionId'); return result as String?; }