Future<int> feed({required t.Uint8List data}) async { postMessage('SEND_FEED_UINT8', data.toJS); return 0; }