NaviApi constructor

NaviApi({
  1. Platform? platform,
})

Implementation

NaviApi({Platform? platform}) : _platform = platform ?? LocalPlatform();