getSchema method

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

Implementation

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