close method
Closes this instance, the bonesUICompiler and the wrapped browserPlatform.
Implementation
@override
Future close() async {
await browserPlatform.close();
return super.close();
}
Closes this instance, the bonesUICompiler and the wrapped browserPlatform.
@override
Future close() async {
await browserPlatform.close();
return super.close();
}