FlutterBluePlusException class

Implemented types

Constructors

FlutterBluePlusException(ErrorPlatform platform, String function, int? code, String? description)

Properties

code int?
note: depends on platform
final
description String?
note: depends on platform
final
errorCode int?
no setter
errorName String
no setter
errorString String?
no setter
function String
Which function failed?
final
hashCode int
The hash code for this object.
no setterinherited
platform ErrorPlatform
Which platform did the error occur on?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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