init static method
Create a controller for platform
Implementation
static NtkMapControllerInterface init(String? viewId) {
return NtkMapController(viewId: viewId ?? createUniqueUid(count: 6));
}
Create a controller for platform
static NtkMapControllerInterface init(String? viewId) {
return NtkMapController(viewId: viewId ?? createUniqueUid(count: 6));
}