time method

Future<DateTime> time()
inherited

Implementation

Future<DateTime> time() => _public('/v1/time')
    .then((r) => DateTime.fromMillisecondsSinceEpoch(r['serverTime']));