Skip to content

Commit 46c1d44

Browse files
committed
format code.
1 parent 0e3d84f commit 46c1d44

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

lib/src/em_chat_manager.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// ignore_for_file: deprecated_member_use_from_same_package
22

33
import "dart:async";
4-
import 'dart:ffi';
54

65
import 'package:flutter/services.dart';
76
import 'internal/inner_headers.dart';

lib/src/models/em_presence.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import '../internal/inner_headers.dart';
2-
31
///
42
/// The presence property class that contains presence properties, including the publisher's user ID and current presence state, and the platform used by the online device, as well as the presence's extension information, update time, and subscription expiration time.
53
///

lib/src/models/em_userInfo.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import '../internal/inner_headers.dart';
2-
31
///
42
/// The EMUserInfo class, which contains the user attributes, such as the nickname, description, and avatar.
53
///

lib/src/tools/em_extension.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import '../internal/inner_headers.dart';
21
import 'dart:convert' as convert;
32

43
Type typeOf<T>() => T;

0 commit comments

Comments
 (0)