instance property

MeetHourPlatform get instance

The default instance of MeetHourPlatform to use.

Defaults to MethodChannelMeetHour.

Implementation

static MeetHourPlatform get instance => _instance;
set instance (MeetHourPlatform instance)

Implementation

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