appUpdateGateway function

  1. @Riverpod.new(keepAlive: true)
AppUpdateGateway appUpdateGateway(
  1. Ref ref
)

Platform update gateway.

Implementation

@Riverpod(keepAlive: true)
AppUpdateGateway appUpdateGateway(Ref ref) => const PluginAppUpdateGateway();