close method

  1. @override
Future close()

Closes this instance, the bonesUICompiler and the wrapped browserPlatform.

Implementation

@override
Future close() async {
  await browserPlatform.close();

  return super.close();
}