serialize method

  1. @protected
String? serialize()

override this for more complex data types than the ones supported by shared_preferences.

Implementation

@protected
String? serialize() {
  return null;
}