NtkMapControllerInterface constructor

NtkMapControllerInterface({
  1. required String viewId,
})

Interface to Ntk map controller

We need to put viewId to avoid unhandled error when init

Implementation

NtkMapControllerInterface({required this.viewId});