@override Future<void> fetch() async { try { await methodChannel.invokeMethod(Method.fetch.value); } catch (e) { log("Failed to fetch workspace data", level: 3, error: e); } }