Future<String> sendSMS({ required String message, required String phone, int? subId, int? externalId, int? localId, }) { throw UnimplementedError('sendSMS() has not been implemented.'); }