generate static method

Future<void> generate(
  1. String webOutputDir
)

Implementation

static Future<void> generate(String webOutputDir) async {
  throw UnsupportedError(
    'ServiceWorkerGenerator.generate() is not supported on this platform.',
  );
}