instance property

Implementation

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

Implementation

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