instance property

MethodChannelSharePro get instance

Implementation

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

Implementation

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