SmsReceiver class

Constructors

SmsReceiver(dynamic onSmsReceived(String?), {Function? onTimeout, Function? onFailureListener})

Properties

hashCode int
The hash code for this object.
no setterinherited
onFailureListener Function?
getter/setter pair
onSmsReceived ↔ dynamic Function(String?)
getter/setter pair
onTimeout Function?
getter/setter pair
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
platformVersion() Future<String?>
startListening() Future<bool?>
stopListening() Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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