Skip to content

Commit

Permalink
add deprecated_member_use_from_same_package to pass analyzer (flutter…
Browse files Browse the repository at this point in the history
…#1088)

Add deprecated_member_use_from_same_package to pass analyzer.

The deprecated fields are required not to be deleted to work with the platform side (Java/OBJC).
  • Loading branch information
Chris Yang committed Jan 16, 2019
1 parent 85f75f8 commit 82bab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firebase_admob/lib/firebase_admob.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ignore_for_file: deprecated_member_use
// ignore_for_file: deprecated_member_use_from_same_package
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Expand Down

0 comments on commit 82bab67

Please sign in to comment.