AFAppPlatformInfoQuery class
Methods
-
createSuccessContextForResponse({required AFDispatcher dispatcher, required AFState state, required AFAppPlatformInfoState response, required bool isPreExecute})
→ AFFinishQuerySuccessContext<AFAppPlatformInfoState>
-
inherited
-
currentMillis()
→ int
-
inherited
-
finishAsyncWithError(AFFinishQueryErrorContext context)
→ void
-
The default implementation calls the error handler specified
in your xxx_define_core.dart file.
inherited
-
finishAsyncWithErrorAF(AFFinishQueryErrorContext context)
→ void
-
inherited
-
finishAsyncWithResponse(AFFinishQuerySuccessContext<AFAppPlatformInfoState> context)
→ void
-
Called when the asynchronous process completes with a response It should merge the results
into the state (preserving immutability by making copies of the relevant portions of the state using copyWith),
and then use the dispatcher to call set actions for any modified
state elements.
override
-
finishAsyncWithResponseAF(AFFinishQuerySuccessContext<AFAppPlatformInfoState> context)
→ void
-
Called internally by the framework to do pre and post processing before finishAsyncWithResponse
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
retargetStore(AFConceptualStore target)
→ void
-
inherited
-
startAsync(AFStartQueryContext<AFAppPlatformInfoState> context)
→ void
-
Called at the start of an asynchronous process, starts the query using data from the
command.
override
-
startAsyncAF(AFDispatcher dispatcher, AFStore store, {required Completer<AFFinishQuerySuccessContext>? completer, })
→ void
-
Called internally when redux middleware begins processing a query.
inherited
-
testFinishAsyncWithError(AFStateTestContext context, AFQueryError error)
→ void
-
Called during testing to simulate results from an asynchronous call.
inherited
-
testFinishAsyncWithResponse(AFStateTestContext context, AFAppPlatformInfoState response)
→ void
-
Called during testing to simulate results from an asynchronous call.
inherited
-
throwUnimplemented()
→ Never
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited