readSms method

Future<String?> readSms()

Implementation

Future<String?> readSms() {
  throw UnimplementedError('readSms() has not been implemented.');
}