init static method

Create a controller for platform

Implementation

static NtkMapControllerInterface init(String? viewId) {
  return NtkMapController(viewId: viewId ?? createUniqueUid(count: 6));
}