@override Future<String?> readSms() async { final messages = await methodChannel.invokeMethod<String>('readSms'); return messages; }