QueryPlatform constructor

QueryPlatform(
  1. FirebaseFirestorePlatform firestore,
  2. Map<String, dynamic>? params
)

Create a QueryPlatform instance

Implementation

QueryPlatform(this.firestore, Map<String, dynamic>? params)
    : parameters = params ?? _initialParameters,
      super(token: _token);