sendText method

Future<bool> sendText(
  1. String text
)

Send text message

Implementation

Future<bool> sendText(String text) {
  throw UnimplementedError('sendText() has not been implemented.');
}