Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ddc7b2

Browse files
author
Nguyễn Thái Học
committed
wip
1 parent 7f2946f commit 3ddc7b2

File tree

1 file changed

+3
-8
lines changed
  • packages/shared_preferences/shared_preferences/android/src/main/java/io/flutter/plugins/sharedpreferences

1 file changed

+3
-8
lines changed

packages/shared_preferences/shared_preferences/android/src/main/java/io/flutter/plugins/sharedpreferences/MethodCallHandlerImpl.java

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
import android.content.Context;
88
import android.content.SharedPreferences;
9-
import android.os.AsyncTask;
109
import android.os.Handler;
11-
import android.os.HandlerThread;
1210
import android.os.Looper;
1311
import android.util.Base64;
1412

@@ -20,11 +18,6 @@
2018
import com.google.common.util.concurrent.SettableFuture;
2119
import com.google.common.util.concurrent.ThreadFactoryBuilder;
2220

23-
import org.checkerframework.checker.nullness.compatqual.NullableDecl;
24-
25-
import io.flutter.plugin.common.MethodCall;
26-
import io.flutter.plugin.common.MethodChannel;
27-
2821
import java.io.ByteArrayInputStream;
2922
import java.io.ByteArrayOutputStream;
3023
import java.io.IOException;
@@ -39,7 +32,9 @@
3932
import java.util.concurrent.Executor;
4033
import java.util.concurrent.ExecutorService;
4134
import java.util.concurrent.Executors;
42-
import java.util.concurrent.ThreadFactory;
35+
36+
import io.flutter.plugin.common.MethodCall;
37+
import io.flutter.plugin.common.MethodChannel;
4338

4439
/**
4540
* Implementation of the {@link MethodChannel.MethodCallHandler} for the plugin. It is also

0 commit comments

Comments
 (0)