updateAll static method

Future updateAll(
  1. int inboxStatus
)

Implementation

static Future<dynamic> updateAll(int inboxStatus) async {
  return await _platform.invokeMethod(_UPDATE_ALL, {"inboxStatus": inboxStatus});
}