setClientForTesting static method

  1. @visibleForTesting
void setClientForTesting(
  1. MyAppCrewClient client
)

Implementation

@visibleForTesting
static void setClientForTesting(MyAppCrewClient client) =>
    MyAppCrewFlutter.setClientForTesting(client);