FirebasePluginPlatform constructor

FirebasePluginPlatform(
  1. String _appName,
  2. String _methodChannelName
)

Implementation

FirebasePluginPlatform(this._appName, this._methodChannelName)
    : super(token: _token);