of static method

Crypto of(
  1. BuildContext context
)

Implementation

static Crypto of(BuildContext context) {
  return context.crypto;
}