Future<Map<String, String>> receiveSms() async { final result = await _channel.invokeMethod<Map>('receive_sms'); return Map<String, String>.from(result ?? {}); }