getLabelLibraryVersion method

Future<String?> getLabelLibraryVersion()

getLabelLibraryVersion() returns a String representing the version of the label library.

Implementation

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