ApplicationPerformFetchWithCompletionHandler typedef Null safety

ApplicationPerformFetchWithCompletionHandler = void Function(UIApplication application)

Implementation

typedef ApplicationPerformFetchWithCompletionHandler = void Function(
  UIApplication application,
);