PlatformResolution constructor

PlatformResolution({
  1. String? destination,
  2. String? app,
  3. String? scheme,
  4. String? minVersion,
})

Implementation

PlatformResolution({this.destination, this.app, this.scheme, this.minVersion});