responseReadFailed static method
Signals that an error occurred while reading a response stream.
Expects a list with requestId, errorMessage
.
Implementation
static Future<dynamic> responseReadFailed(List<String> idError) =>
_channel.invokeMethod('responseReadFailed', idError);