static Stream text(String text) async* { ShareResult result = await Share.shareWithResult(text); yield result.status; }