PopscopeIosPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- PopscopeIosPlatform
- Implementers
Constructors
- PopscopeIosPlatform()
- Constructs a PopscopeIosPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerPopGestureCallback(
VoidCallback callback, BuildContext context) → void - 注册系统返回手势的回调
- 设置 Navigator key 以支持自动导航处理
-
setOnSystemBackGesture(
VoidCallback? callback) → void - 设置系统返回手势的回调
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterPopGestureCallback(
BuildContext context) → void - 注销系统返回手势的回调
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ PopscopeIosPlatform
-
The default instance of PopscopeIosPlatform to use.
getter/setter pair