initWithAppId method

Future<void> initWithAppId(
  1. String appId
)

Implementation

Future<void> initWithAppId(String appId) async {
  throw UnimplementedError('initWithAppId() has not been implemented.');
}