results property Null safety

Stream<ResultingPermission> results

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;