FirebaseFunctionsPlatform constructor

FirebaseFunctionsPlatform(
  1. FirebaseApp? app,
  2. String region
)

Create an instance using app and region.

Implementation

FirebaseFunctionsPlatform(this.app, this.region) : super(token: _token);