Future<bool> start() async { // not in web if (FmlEngine.isWeb) return true; bool ok = await _post(); return ok; }