getEntriesByType method Null safety

List<PerformanceEntry> getEntriesByType (
  1. String entryType
)

Implementation

List<PerformanceEntry> getEntriesByType(String entryType) native;