registerWith static method

void registerWith()

Registers the Windows implementation.

Implementation

static void registerWith() {
  FlutterExprtkPlatform.instance = new FlutterExprtkNative();
}