networkChanged method

Future networkChanged({
  1. String? operationID,
})

网络改变

Implementation

Future networkChanged({
  String? operationID,
}) =>
    _channel.invokeMethod(
        'networkChanged',
        _buildParam({
          'operationID': Utils.checkOperationID(operationID),
        }));