getInstance function

BasePlatformInfo getInstance()

Implementation

BasePlatformInfo getInstance() => throw UnsupportedError(
      'Cannot create a PlatformInfo without dart:io or dart:html',
    );