Asynchronously resolves the value of this provider, flattening the Future.
Future<T> findAsync({String? tag}) async { return await find(tag: tag); }