Emm Kwami
Results
1
comments of
Emm Kwami
i am spawning it in a service class. service.dart ``` class AssetStreamer { Future refreshAssetBalance(String s) async { try { await FlutterIsolate.spawn(updateAssetBalance, null); notifyListeners(); // ignore: empty_catches } catch (e)...