TestPlatform.unknown constructor

  1. @visibleForTesting
const TestPlatform.unknown()

A platform with neither the native or the browser platform available.

Implementation

@visibleForTesting
const TestPlatform.unknown() : nativePlatform = null, browserPlatform = null;