GetPlaces method

Future GetPlaces(
  1. String text
)

Implementation

Future<dynamic> GetPlaces(String text) async {
  return await controller.Http!.Geo!.GetByText(text: text);
}