GeneralLibrarySmsBaseFlutter class
- Implemented types
Constructors
Properties
- flutter_is_support_flutter_sms → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAndroid → bool
-
no setter
- isIOS → bool
-
no setter
- isWeb → bool
-
no setter
- isWindows → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
get_threads(
) → Future< List> -
getAllSms(
) → Future< List< SmsMessageInfoData> > -
override
-
getAllThreads(
) → Future< List< SmsThreadInfoData> > -
override
-
isSupport(
) → bool -
check is support or not
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
querySms(
) → Future< List< SmsMessageInfoData> > -
override
-
queryThreads(
) → Future< List< SmsThreadInfoData> > -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited