getValue method

Future<String?> getValue(
  1. String androidName,
  2. String iOSName,
  3. String iOSPlistName
)

Implementation

Future<String?> getValue(
  String androidName,
  String iOSName,
  String iOSPlistName,
) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}