chore: add deprecation warning
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user