menuItemAppMembersPage function
dynamic
menuItemAppMembersPage(
Implementation
menuItemAppMembersPage(AppModel app, documentID, pageID) => MenuItemModel(
documentID: '5',
text: 'App Members',
description: 'Members of the app',
icon: IconModel(
codePoint: Icons.people.codePoint,
fontFamily: Icons.notifications.fontFamily),
action: MembershipDashboard.action(app));