pubnub / dart

PubNub Dart SDK
Other
27 stars 15 forks source link

Expected a value of type 'List<dynamic>', but got one of type 'String' #121

Closed Wing-Li closed 8 months ago

Wing-Li commented 8 months ago

Code:

  var history = mPubnub.channel(roomId).history();
> await history.more();

Expected a value of type 'List', but got one of type 'String'

image

Wing-Li commented 8 months ago

ohhh....

This tip should be more obvious

image