results property Null safety
After using requestAndroidPermission or requestMultipleAndroidPermissions,
you can listen to this BroadcastStream
, to detect when the user
makes his choice, whether he wants to grant
your app the requested permisson/s or not.
Implementation
Stream<ResultingPermission> get results => _results;