menu
future_sms package
documentation
modules/verify_otp.dart
VerifyOTPModule
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return <String, dynamic>{ 'event': event, 'data': data.toMap(), }; }
future_sms package
documentation
modules/verify_otp
VerifyOTPModule
toMap method
VerifyOTPModule class