currentPatchNumber method

  1. @override
Future<int?> currentPatchNumber()

The version of the currently-installed patch. null if no patch is installed (i.e., the app is running the release version).

This will also return null if Shorebird is not available.

Implementation

@override
Future<int?> currentPatchNumber() => _delegate.currentPatchNumber();