IHelpService class abstract
- Implemented types
Constructors
Properties
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