I want to implement the SSL Pinning (specifically public key pinning) in Flutter without using any flutter or dart plugin.
What can be the possible way?
- Is there any Internal Dart methods?
- Is there any custom native code callable from method channel?
1