OnDisconnectPlatform constructor

OnDisconnectPlatform({
  1. required DatabasePlatform database,
  2. required DatabaseReferencePlatform ref,
})

Create a OnDisconnectPlatform instance

Implementation

OnDisconnectPlatform({required this.database, required this.ref})
    : super(token: _token);