Since 0.0.7 Async
Future<Uint8List> toBinary(String s) async { return await Isolate.run(() async { var b = toBinarySync(s); return b; }); }