BackgroundTask typedef

BackgroundTask = Future<PlatformArguments?> Function(Object? message)

Implementation

typedef BackgroundTask = Future<PlatformArguments> Function(Object? message);