length method

Future<int> length()

Implementation

Future<int> length() => then((o) => o.length());