• yjbanov's avatar
    [driver] serialize commands to plain strings · 008785be
    yjbanov authored
    Turns out VM service only accepts flat parameter name/value pairs. It
    only worked this far because vm_service_client (mistakenly) uses JSON
    encoder to encode parameters.
    
    This change separates the Command type hierarchy from that of Result and
    tightens type constraints on Command object parameters.
    008785be
extension.dart 7.75 KB