registerPlatformView static method

void registerPlatformView(
  1. String name,
  2. MPPlatformViewBuilder builder
)

Implementation

static void registerPlatformView(String name, MPPlatformViewBuilder builder) {
  registedViews[name] = builder;
}