getContextAttributes method

  1. @Creates.new('ContextAttributes|Null')
Map? getContextAttributes()

Implementation

@Creates('ContextAttributes|Null')
Map? getContextAttributes() {
  return convertNativeToDart_Dictionary(_getContextAttributes_1());
}