flush method
Implementation
@override
Future<void> flush(
{required String matchingKey, required String? bucketingKey}) async {
return await methodChannel.invokeMethod(
'flush', _buildParameters(matchingKey, bucketingKey));
}
@override
Future<void> flush(
{required String matchingKey, required String? bucketingKey}) async {
return await methodChannel.invokeMethod(
'flush', _buildParameters(matchingKey, bucketingKey));
}