contextValidate method

Future<String> contextValidate(
  1. int contextId
)

Implementation

Future<String> contextValidate(int contextId)  {
  throw UnimplementedError('contextValidate() has not been implemented.');
}