IHelpService class abstract

Implemented types

Constructors

IHelpService()

Properties

completedHelp Stream<String>
no setter
done Future<Map<String, bool>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkHelp(BuildContext context, List<HelpSnippet> snippets) Future
dispose() FutureOr
override
helpCompleteKey(String key) → UserPrefKey
isComplete(String key) FutureOr<bool>
markComplete(String key) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload({bool forceReload = false}) Future
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

helpCompletePrefix → const String