LocalPushConnectivityWeb class
A web implementation of the LocalPushConnectivityPlatform of the LocalPushConnectivity plugin.
- Inheritance
-
- Object
- PlatformInterface
- LocalPushConnectivityPlatform
- LocalPushConnectivityWeb
Constructors
- LocalPushConnectivityWeb.new()
- Constructs a LocalPushConnectivityWeb
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
message
→ Stream<
MessageType> -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- socket ↔ SocketBase
-
getter/setter pair
Methods
-
config(
{required ConnectMode mode}) → Future< void> -
override
-
configSSID(
String ssid) → Future< void> -
override
-
getPlatformVersion(
) → Future< String?> -
Returns a String containing the version of the platform.
override
-
initial(
{IosSettings? ios, AndroidSettings? android, WindowsSettings? widows, WebSettings? web, ConnectMode? mode}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestPermission(
) → Future< bool> -
override
-
setUser(
{required String userId}) → Future< void> -
override
-
start(
) → Future< void> -
override
-
stop(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void