getAttributes method

Future<String> getAttributes({
  1. dynamic hint,
})

Implementation

Future<String> getAttributes({dynamic hint}) =>
    bridge.getAttributesMethodAcdc(
      that: this,
    );