FresnelPlatform constructor
FresnelPlatform()
Constructs an implementation. Subclasses must call this so
PlatformInterface can verify them — it is what stops an implementation
from being faked with implements.
Implementation
FresnelPlatform() : super(token: _token);