isSmsCapable property

Future<bool?> isSmsCapable

Checks if the device has necessary features to send and receive SMS.

Uses TelephonyManager class on Android.

Implementation

Future<bool?> get isSmsCapable =>
    _foregroundChannel.invokeMethod<bool>(IS_SMS_CAPABLE);