joinGroup method

  1. @override
String joinGroup(
  1. String app
)

Displayed when the user has an ApptiveGrid Account which is not yet added to the group for this app

Implementation

@override
String joinGroup(String app) =>
    'Ihr Account ist noch nicht für $app freigeschaltet.\nWollen Sie Ihren Account jetzt freischalten?';