fixing warnings

This commit is contained in:
erinn 2021-03-23 15:47:41 -07:00
parent aea90b5d7d
commit 6962bc8822
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class CwtchFfi implements Cwtch {
static void _checkAppbusEvents(SendPort sendPort) async {
var stream = pollAppbusEvents();
await for (var value in stream) {
print("_checkAppbusEvent: " + value);
sendPort.send(value);
}
}