performImmediateUpdate static method

Future<void> performImmediateUpdate()

Performs an immediate update that is entirely handled by the Play API.

checkForUpdate has to be called first to be able to run this.

Implementation

static Future<void> performImmediateUpdate() async {
  return await _channel.invokeMethod('performImmediateUpdate');
}