myappcrew library
Classes
- DebugSnapshot
- MyAppCrew
- MyAppCrewConnectPrompt
- MyAppCrewConnectResult
- MyAppCrewConnectWrapper
- MyAppCrewFlutter
- MyAppCrew SDK entry point.
- MyAppCrewTester
Enums
Functions
-
showMyAppCrewConnectSheet(
BuildContext context, {required bool showAsBottomSheet, required String title, required String subtitle, required bool allowDismiss}) → Future< bool>
Typedefs
-
ConnectPromptConnectHandler
= Future<
MyAppCrewConnectResult> Function(String input) -
ConnectPromptSnapshotProvider
= Future<
DebugSnapshot> Function() -
DebugSnapshotProvider
= Future<
DebugSnapshot> Function()