registerWith static method

void registerWith()

Called by Flutter when the plugin is registered.

Implementation

static void registerWith() {
  Cryptography.instance = defaultInstance;
}