NoviceGuideControllerImpl class
Methods
-
attach(NoviceGuideState state)
→ void
-
-
canNext()
→ bool
-
override
-
canPrevious()
→ bool
-
override
-
dispose()
→ void
-
-
finish()
→ Future<void>
-
override
-
next({bool waitCurrentEnd = true, bool currentEndWithAnimation = true, FutureCallback? onCurrentEndComplete})
→ Future<void>
-
waitCurrentEnd - 是否等待當前步驟關閉後再跳下個步驟
currentEndWithAnimation - 關閉當前步驟是否有動畫
onCurrentEndComplete -
當前步驟完全關閉後回調, 若需要在此執行等待操作, 可以在此回傳Future, 當waitCurrentEnd為true時有效
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
previous({bool waitCurrentEnd = true, bool currentEndWithAnimation = true, FutureCallback? onCurrentEndComplete})
→ Future<void>
-
waitCurrentEnd - 是否等待當前步驟關閉後再跳上個步驟
currentEndWithAnimation - 關閉當前步驟是否有動畫
onCurrentEndComplete -
當前步驟完全關閉後回調, 若需要在此執行等待操作, 可以在此回傳Future, 當waitCurrentEnd為true時有效
override
-
toString()
→ String
-
A string representation of this object.
inherited