enable static method

  1. @Deprecated('Calling this is no longer necessary.' ' Flutter will enable the plugin automatically.')
void enable()

Implementation

@Deprecated(
  'Calling this is no longer necessary.'
  ' Flutter will enable the plugin automatically.',
)
static void enable() {
  Cryptography.freezeInstance(defaultInstance);
}