getError method

Future<String?> getError(
  1. int id
)

Implementation

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