setup method

Future<void> setup(
  1. String appId
)

Implementation

Future<void> setup(String appId) {
  return setupWithCustomServer(appId);
}