showInbox static method

Future<void> showInbox()

Implementation

static Future<void> showInbox() async {
   await methodchannel.invokeMethod('showInbox');
}