registerWith static method

void registerWith(
  1. dynamic registrar
)

Factory method that initializes the UnityWidget plugin platform with an instance of the plugin for the web.

Implementation

static void registerWith(dynamic registrar) {
  /// Nothing to register here
}