encode method

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

Implementation

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