menu
mesibo_flutter_sdk package
documentation
mesibo.dart
MesiboReadSession
getSentMessageCount method
getSentMessageCount method
dark_mode
light_mode
getSentMessageCount
method
Future
<
int
>
getSentMessageCount
(
)
Implementation
Future<int> getSentMessageCount() async{return getMessageCount(MESSAGE_COUNT_SENT);}
mesibo_flutter_sdk package
documentation
mesibo
MesiboReadSession
getSentMessageCount method
MesiboReadSession class