Siva Rajendran

Results 1 comments of Siva Rajendran

Future _requestNotificationPermissions() async { PermissionStatus status = await Permission.notification.status; if (!status.isGranted || status.isDenied || status.isPermanentlyDenied) { await FlutterCallkitIncoming.requestFullIntentPermission(); } } // Use this method to request fullscreen intent on the...