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, bool toast) Future<bool>
voiceCall(String name, bool toast) 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