Future<Map?> fetchEntityProperties(String id) { return _channel.invokeMethod( PMConstants.mFetchEntityProperties, <String, dynamic>{'id': id}, ); }