menu
custom_pin_auth package
documentation
ui/create_pin_page.dart
CreatePIN
route static method
route static method
dark_mode
light_mode
route
static method
Route
route
(
)
Implementation
static Route route() { return MaterialPageRoute<void>(builder: (_) => const CreatePIN()); }
custom_pin_auth package
documentation
ui/create_pin_page
CreatePIN
route static method
CreatePIN class