toList method

List<int> toList()

Implementation

List<int> toList() {
  if (Platform.isAndroid) return androidPlatform.toList();
  return [];
}