SMS class
Constructors
-
SMS({required String body, required String senderNumber, required DateTime timeReceived, required int slot, required String contactName})
-
-
SMS.fromList(List data)
-
creates an SMS instance from the list of objects
received from the broadcast stream of event channel
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited