RateMyAppInitializedCallback typedef

RateMyAppInitializedCallback = dynamic Function(BuildContext context, RateMyApp rateMyApp)

Should be called once Rate my app has been initialized.

Implementation

typedef RateMyAppInitializedCallback = Function(
  BuildContext context,
  RateMyApp rateMyApp,
);