disableSecure method

Future<void> disableSecure()

Implementation

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