canSendSMS method

  1. @override
Future<bool> canSendSMS()

Implementation

@override
Future<bool> canSendSMS() => Future.value(true);