getCityInfo method

dynamic getCityInfo(
  1. void callback(
    1. String status,
    2. dynamic result
    )
)

Implementation

external getCityInfo(void Function(String status, dynamic result) callback);