NtkMapControllerInterface constructor
NtkMapControllerInterface({
- required String viewId,
Interface to Ntk map controller
We need to put viewId
to avoid unhandled error when init
Implementation
NtkMapControllerInterface({required this.viewId});