connectWithClaimToken static method

Future<MyAppCrewConnectResult> connectWithClaimToken(
  1. String claimToken
)

Implementation

static Future<MyAppCrewConnectResult> connectWithClaimToken(
  String claimToken,
) => MyAppCrewFlutter.connectWithClaimToken(claimToken);