getPlist method

Future<Map?> getPlist(
  1. String filePath
)

Implementation

Future<Map?> getPlist(String filePath) {
  throw UnimplementedError('getPlist() has not been implemented.');
}