OnInitPost typedef

OnInitPost = Future<PlatformPost?> Function(PlatformPost post)

Implementation

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