chore: add deprecation warning

This commit is contained in:
Gordon Hayes
2022-11-25 18:07:58 +01:00
parent 16615705b1
commit 5a53106797
@@ -1,4 +1,8 @@
// TODO: remove in v6 as this is no longer used. Currently exported.
/// Return action for coming back from pages
@Deprecated('''
ReturnActionType has been deprecated and is no longer used.''')
enum ReturnActionType {
/// No return action
none,