refreshInbox method
Implementation
@override
Future<bool> refreshInbox(InboxRefreshListener callback) async {
return await methodChannel.invokeMethod('refreshInbox');
}
@override
Future<bool> refreshInbox(InboxRefreshListener callback) async {
return await methodChannel.invokeMethod('refreshInbox');
}