menu
auth_flutter package
documentation
result/result.dart
Result<DATA, ERROR extends Exception>
getError method
getError method
dark_mode
light_mode
getError
method
ERROR?
getError
(
)
Implementation
ERROR? getError() => error!;
auth_flutter package
documentation
result/result
Result<DATA, ERROR extends Exception>
getError method
Result class