getConnections method

void getConnections([
  1. void callback(
    1. dynamic error,
    2. int count
    )
])

Implementation

external void getConnections(
    [void Function(dynamic error, int count) callback]);