checkForUpdateAsync static method

Future checkForUpdateAsync()

Manually check for app updates

Implementation

static Future checkForUpdateAsync() async {
  await _methodChannel.invokeMethod('checkForUpdate');
}