onDone static method

Future onDone(
  1. String id
)

Notifies native that all data for a stream has been sent.

Implementation

static Future<dynamic> onDone(String id) =>
    _channel.invokeMethod('onDone', id);