Dart
dart:web_gl
RenderingContext2
commit method
description
commit method
Future
commit
(
)
Implementation
Future commit() => promiseToFuture(JS(
""
,
"#.commit()"
,
this
));