Future<int> unpublishCustomStream(String tag) async { int code = await _channel.invokeMethod('unpublishCustomStream', tag) ?? -1; return code; }