getAllSms method

Implementation

Future<List<SmsMessageInfoData>> getAllSms() async {
  return [];
}