getContextAttributes method - RenderingContext2 class - dart:web_gl library (original) (raw)

description

Map? getContextAttributes()

Implementation

Map? getContextAttributes() {
  return convertNativeToDart_Dictionary(_getContextAttributes_1());
}