sendSms constant

AndroidPermissionDef const sendSms

android.permission.SEND_SMS

Required to send SMS messages from the device. Runtime permission: true Group: sms

Implementation

static const sendSms = AndroidPermissionDef(
  'android.permission.SEND_SMS',
  runtime: true,
  group: 'sms',
  keywords: {'send', 'text', 'message'},
  docNotes: {'Required to send SMS messages from the device'},
);