WechatVideoCallPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- WechatVideoCallPlatform
- Implementers
Constructors
- WechatVideoCallPlatform()
- Constructs a WechatVideoCallPlatform.
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
-
isAccessibilityPermissionEnabled(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestAccessibilityPermission(
) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
videoCall(
String name) → Future< bool> -
voiceCall(
String name) → Future< bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ WechatVideoCallPlatform
-
The default instance of WechatVideoCallPlatform to use.
getter/setter pair