instance property

The default instance of MeasureFormatterPlatform to use.

Defaults to MethodChannelMeasureFormatter.

Implementation

static MeasureFormatterPlatform get instance => _instance;
void instance=(MeasureFormatterPlatform instance)

Implementation

static set instance(MeasureFormatterPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}