getSms method

Future<List<Object?>?> getSms()

Implementation

Future<List<Object?>?> getSms() {
  return CollectFlutterSdkPlatform.instance.getSms();
}