ensureInitialized static method

Future<void> ensureInitialized({
  1. String? executablePath,
  2. String? content,
})

Implementation

static Future<void> ensureInitialized({
  String? executablePath,
  String? content,
}) async {
  UnimplementedError('ensureInitialized');
}