initKeepAliveHandler method

Future<void> initKeepAliveHandler(
  1. dynamic callBack(
    1. String roomParams
    )?
)

Implementation

Future<void> initKeepAliveHandler(Function(String roomParams)? callBack) {
  throw UnimplementedError('initKeepAliveHandler() has not been implemented.');
}