getValidationSchema method

Future<String?> getValidationSchema()

Implementation

Future<String?> getValidationSchema() {
  throw UnimplementedError('getValidationSchema() has not been implemented.');
}