ShowRationale typedef
- BuildContext context
A callback that allows showing a small message to user explaining the need to acquire some kind of permission.
This method should return a Boolean value, indicating whether the library should continue asking the user for that permission or not.
Implementation
typedef Future<bool> ShowRationale(BuildContext context);