social_app_template library

Properties

SocialApp SocialAppTemplateInterface
Global constant to access SocialApp.
final

Typedefs

OnInitPost = Future<PlatformPost?> Function(PlatformPost post)
OnRefresh = Future<List<String>> Function()
OnTapPost = dynamic Function(PlatformPost post, int index)