getTotalBytes static method

Future<int> getTotalBytes()

Implementation

static Future<int> getTotalBytes() async => (await _ch.invokeMethod<int>('getTotalBytes'))!;