OnInitPost typedef
OnInitPost =
Future<PlatformPost?> Function(PlatformPost post)
Implementation
typedef OnInitPost = Future<PlatformPost?> Function(PlatformPost post);
typedef OnInitPost = Future<PlatformPost?> Function(PlatformPost post);