registerWith static method

void registerWith()

Registers the Android implementation of FlutterArPlatform.

Implementation

static void registerWith() {
  FlutterArPlatform.instance = MethodChannelFlutterAr();
}