getSimpleSms method

Future<String?> getSimpleSms(
  1. int limit
)

Implementation

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