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