grantPlatformModule
Android-specific DI module for grant management.
Provides PlatformGrantDelegate that handles all Android grant requests using Android ActivityResultContracts API.
Requirements:
Android Context must be provided by the app's DI setup
Platform-specific DI module.
Provides platform dependencies:
Android: Context, PlatformGrantDelegate
iOS: PlatformGrantDelegate
iOS-specific DI module for grant management.
Provides PlatformGrantDelegate that handles all iOS grant requests using native iOS frameworks (AVFoundation, CoreLocation, etc.).