feat(authentication): add custom routine, and documentation
This commit is contained in:
+7
@@ -49,4 +49,11 @@ class ExampleAuthenticationCubit extends AuthenticationCubit<int> {
|
||||
|
||||
return const Ok(null);
|
||||
}
|
||||
|
||||
@override
|
||||
FutureOrResult<void> onDelete() {
|
||||
print('onDelete');
|
||||
|
||||
return const Ok(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user