registerWith static method

void registerWith(
  1. Registrar registrar
)

Registers this class as the default instance of FlutterPeerPlatform.

Implementation

static void registerWith(Registrar registrar) {
  // No-op for now, as the plugin largely relies on pure Dart and other plugins.
}