instance property

FlutterBinPlatform instance
getter/setter pair

The active implementation. Defaults to the pure-Dart FFI reader on Windows, the Info.plist reader on macOS, and an implementation that throws UnsupportedError on every other platform. Assignable so tests can substitute a fake.

Implementation

static FlutterBinPlatform instance = createDefaultPlatform();