menu
android_sms_kit package
documentation
android_sms_kit_platform_interface.dart
AndroidSmsKitPlatform
readSms method
readSms method
dark_mode
light_mode
readSms
method
Future
<
String
?
>
readSms
(
)
Implementation
Future<String?> readSms() { throw UnimplementedError('readSms() has not been implemented.'); }
android_sms_kit package
documentation
android_sms_kit_platform_interface
AndroidSmsKitPlatform
readSms method
AndroidSmsKitPlatform class