add ignore comments for use of deprecated apis

This commit is contained in:
Devon Carew 2025-01-29 13:14:49 -08:00
parent c0c1c68ea5
commit e72dde2602
5 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,7 @@
// limitations under the License.
import 'dart:async';
// ignore: deprecated_member_use (#756)
import 'dart:html';
import 'src/generated/echo.pbgrpc.dart';

View File

@ -12,6 +12,8 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
// ignore: deprecated_member_use (#756)
import 'dart:html';
import 'package:grpc/grpc_web.dart';

View File

@ -14,6 +14,7 @@
// limitations under the License.
import 'dart:async';
// ignore: deprecated_member_use (#756)
import 'dart:html';
import 'dart:typed_data';

View File

@ -13,6 +13,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// ignore: deprecated_member_use (#756)
export 'dart:html' show HttpStatus;
/// Unavailable on the web

View File

@ -12,10 +12,12 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
@TestOn('browser')
library;
import 'dart:async';
// ignore: deprecated_member_use (#756)
import 'dart:html';
import 'package:async/async.dart';