canSaveUserEntry method

  1. @protected
Future<bool> canSaveUserEntry()

Determines if the user entry can be saved.

Returns a Future that resolves to true if the user entry can be saved, otherwise false. By default, it returns true.

Implementation

@protected
Future<bool> canSaveUserEntry() async => true;