query method

Future query(
  1. Map permission
)

Implementation

Future query(Map permission) async {
  return PermissionStatus();
}