getGsf method

Future<String?> getGsf()

Implementation

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