close static method

Future<void> close()

Disables the material generation engine.

Implementation

static Future<void> close() async {
  await _c.invokeMethod(
    'close',
  );
}