Methods implemented in Flutter.
Iterable<Method> get flutterMethods => methods.where( (Method method) => method.location == ApiLocation.flutter, );