registerWith static method

void registerWith(
  1. Registrar registrar
)

Implementation

static void registerWith(Registrar registrar) async {
  // Registers this class as the default instance of [FlutterMongoStitchPlatform]
  FlutterMongoStitchPlatform.instance = FlutterMongoStitchPlugin();
}