validate method

Future<bool> validate()

Implementation

Future<bool> validate() async {
  return true;
}