NsdPlatformInterface class abstract

Inheritance
  • Object
  • PlatformInterface
  • NsdPlatformInterface

Constructors

NsdPlatformInterface()

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

disableServiceTypeValidation(bool value) → void
enableLogging(LogTopic logTopic) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(Service service) Future<Registration>
resolve(Service service) Future<Service>
startDiscovery(String serviceType, {bool autoResolve = true, IpLookupType ipLookupType = IpLookupType.none}) Future<Discovery>
stopDiscovery(Discovery discovery) Future<void>
toString() String
A string representation of this object.
inherited
unregister(Registration registration) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance NsdPlatformInterface
getter/setter pair