enableSecureFlag method

Future<void> enableSecureFlag(
  1. bool enable
)

Abstract method to enable or disable the secure flag.

Implementation

Future<void> enableSecureFlag(bool enable) {
  throw UnimplementedError('enableSecureFlag() has not been implemented.');
}