refreshInbox method

  1. @override
Future refreshInbox()
override

Implementation

@override
Future refreshInbox() async {
  return await coreChannel.invokeMethod('refreshInbox');
}