granted method

  1. @override
dynamic granted(
  1. String x
)
override

Implementation

@override
granted(String x) {
  return true;
}